From: Juanma Barranquero Date: Fri, 6 Sep 2002 07:12:37 +0000 (+0000) Subject: (double-prefix-only): Fix spacing. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30801 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2f44405edc8d8779fd2b22780ae8bbac4648f23d;p=emacs.git (double-prefix-only): Fix spacing. --- diff --git a/lisp/double.el b/lisp/double.el index 9287aa7f907..ed427d056b1 100644 --- a/lisp/double.el +++ b/lisp/double.el @@ -75,7 +75,7 @@ Each entry is a list with three elements: (defcustom double-prefix-only t "*Non-nil means that Double mode mapping only works for prefix keys. -That is, for any key `X' in `double-map', `X' alone will be mapped +That is, for any key `X' in `double-map', `X' alone will be mapped but not `C-u X' or `ESC X' since the X is not the prefix key." :group 'double :type 'boolean)